PreviousNextTracker indexSee it online !

(65/308) 541 - FTP Plugin fails on OS/390

Unable to use FTP Plugin with OS/390.

The connection fails after FTP tries to CWD
to /"FYFEB."/. OS/390 (MVS) doesn't require the /
characters. Have attached the FTP activity log.

Note: The working directory has already been
established (see PWD).

Submitted bill_fyfe - 2006-01-27 13:01:28 Assigned
Priority 5 Labels
Status open Group None
Resolution None

Comments

2006-01-27 13:01:28
bill_fyfe

FTP Activity Log

jedit_ftp.txt (1.2Kio)

2007-05-30 11:26:15
jklein001

Logged In: YES
user_id=1804534
Originator: NO

The plugin does not go to the directory I intended.
There is a null pointer exception.

\[debug\] FtpConnection: Discarding crw-rw-rw- 1 OMVSKERN 0 1, 0 May 18 13:15 ptyp0000
\[notice\] FtpConnection: lineToDirectoryEntry(crw-rw-rw- 1 OMVSKERN 0 1, 1 May 11 2006 ptyp0001) failed:
\[notice\] FtpConnection: java.lang.NullPointerException
\[notice\] FtpConnection: at ftp.FtpConnection.lineToDirectoryEntry(FtpConnection.java:577)
\[notice\] FtpConnection: at ftp.FtpConnection.getDirectoryEntry(FtpConnection.java:175)
\[notice\] FtpConnection: at ftp.FtpVFS._getFile(FtpVFS.java:291)
\[notice\] FtpConnection: at ftp.FtpVFS.resolveSymlink(FtpVFS.java:491)
\[notice\] FtpConnection: at ftp.FtpVFS._listFiles(FtpVFS.java:237)
\[notice\] FtpConnection: at org.gjt.sp.jedit.browser.BrowserIORequest.listDirectory(BrowserIORequest.java:159)
\[notice\] FtpConnection: at org.gjt.sp.jedit.browser.BrowserIORequest.run(BrowserIORequest.java:90)
\[notice\] FtpConnection: at org.gjt.sp.util.WorkThread.doRequest(WorkThread.java:203)

2007-05-30 12:00:59
manfredu

Logged In: YES
user_id=16314
Originator: NO

Yes, it would be really nice if the ftp plugin would support the mainframe ftp server (MVS, OS/390, Z/OS). Unfortunately AFAIK the directory listings are completely different so it requires some work to support it. Until this is the case I use Filezilla 3 which runs under Windows and Linux and supports the MVS ftp server.

2007-05-30 12:01:22
manfredu

Logged In: YES
user_id=16314
Originator: NO

Yes, it would be really nice if the ftp plugin would support the mainframe ftp server (MVS, OS/390, Z/OS). Unfortunately AFAIK the directory listings are completely different so it requires some work to support it. Until this is the case I use Filezilla 3 which runs under Windows and Linux and supports the MVS ftp server.

2014-04-19 15:49:58.151000
ezust

Speaking as the maintainer for FTP plugin, I don't plan to fix this because I don't use the FTP protocol often enough for it to be worth my time. (I only use SFTP). However, if someone else wants to submit a patch, I can accept it, but I can't test it unless the submitter gives me a server/account to test it on.